home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / text / hyper / ADtoHT2_1.lha / Source.lha / MyLib.lha / mui / mui_makeobject.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-29  |  194 b   |  10 lines

  1. #include <proto/muimaster.h>
  2.  
  3. /************************************************************************/
  4.  
  5. Object *(MUI_MakeObject)(long Type, ...)
  6.  
  7. {
  8.   return MUI_MakeObjectA(Type,(&Type)+1);
  9. }
  10.